Add a node
- Open up hetzners console
- Select the project
v5.t3m4.net - Add server
- Location:
Falkenstein - Image:
Debian 12 - Type:
Shared CPU,Arm64 - Networking:
[X] Public IPv6, Private Network:t3m4-v5-network-1 - ..
- Placement groups:
k8s.t3m4.net - Name:
nodeN
- Location:
- Create & buy
- Wait for the server to come up ...
- Open
ansible/hosts.iniand add the server with the IP data of the Servers page to[worker]e.g.node2 ansible_host=2a01:4f8:c013:1c49::2 internal_ip=10.1.0.6
- Open the server > Rescue > Enable rescue & power cycle
- Wait for the server to come up
- Run
ansible-playbook -l $NODE install.yamlthe server will reboot afterwards - Run
ansible-playbook -l ctrl0,$NODE site.yamlthis will unlock and install the node - Check the node via ssh, especally if
/var/lib/longhornis mounted - Check if the node is up and
Readyinkubectl get nodes - Update and run
system/node-labels-and-taints.sh - Run
kubectl label --overwrite node $NODE node.longhorn.io/create-default-disk=true
